home *** CD-ROM | disk | FTP | other *** search
/ Digitalfoto 118 / Digitalfoto 118.iso / mac / webs3mx.swf / scripts / frame_4 / DoAction.as
Text File  |  2007-09-27  |  2KB  |  95 lines

  1. this.fons_gral._visible = false;
  2. this.btn_tap.useHandCursor = false;
  3. loadText_old = function(file)
  4. {
  5.    loadVariables(file,_root);
  6.    _root.gotoAndPlay("swonk");
  7.    var _loc3_ = 1;
  8.    while(_loc3_ <= 2)
  9.    {
  10.       this["mov_scroller_0" + _loc3_].mov_thumb._y = this["mov_scroller_0" + _loc3_].mov_thumb.int_min;
  11.       _loc3_ = _loc3_ + 1;
  12.    }
  13. };
  14. var styleObj = new TextField.StyleSheet();
  15. styleObj.load("text/webs_caract.css");
  16. styleObj.onLoad = function(success)
  17. {
  18.    if(success)
  19.    {
  20.       txt_display.styleSheet = styleObj;
  21.    }
  22. };
  23. carrega_titol = function(nom)
  24. {
  25.    this.titol.text = nom;
  26. };
  27. btn_0.onRelease = function()
  28. {
  29.    arrega_titol("LAS DEL MES");
  30.    _root.btn_tap._y = _root.btn_0._y;
  31.    gotoAndStop("mes");
  32. };
  33. btn_1.onRelease = function()
  34. {
  35.    carrega_titol("BANCOS DE IM├üGENES");
  36.    loadText_old("text/01bancos.txt");
  37.    _root.btn_tap._y = _root.btn_1._y;
  38. };
  39. btn_2.onRelease = function()
  40. {
  41.    carrega_titol("PORTALES");
  42.    loadText_old("text/02portales.txt");
  43.    _root.btn_tap._y = _root.btn_2._y;
  44. };
  45. btn_3.onRelease = function()
  46. {
  47.    carrega_titol("ESCUELAS");
  48.    loadText_old("text/03escuelas.txt");
  49.    _root.btn_tap._y = _root.btn_3._y;
  50. };
  51. btn_4.onRelease = function()
  52. {
  53.    carrega_titol("EVENTOS Y CONCURSOS");
  54.    loadText_old("text/04eventos.txt");
  55.    _root.btn_tap._y = _root.btn_4._y;
  56. };
  57. btn_5.onRelease = function()
  58. {
  59.    carrega_titol("LIBRERIAS");
  60.    loadText_old("text/05librerias.txt");
  61.    _root.btn_tap._y = _root.btn_5._y;
  62. };
  63. btn_6.onRelease = function()
  64. {
  65.    carrega_titol("MATERIAL");
  66.    loadText_old("text/06material.txt");
  67.    _root.btn_tap._y = _root.btn_6._y;
  68. };
  69. btn_7.onRelease = function()
  70. {
  71.    carrega_titol("MUSEOS Y FUNDACIONES");
  72.    loadText_old("text/07museos.txt");
  73.    _root.btn_tap._y = _root.btn_7._y;
  74. };
  75. btn_8.onRelease = function()
  76. {
  77.    carrega_titol("TIENDAS ON-LINE");
  78.    loadText_old("text/08tiendas.txt");
  79.    _root.btn_tap._y = _root.btn_8._y;
  80. };
  81. btn_9.onRelease = function()
  82. {
  83.    carrega_titol("FOROS Y WEBLOGS");
  84.    loadText_old("text/09foros.txt");
  85.    _root.btn_tap._y = _root.btn_9._y;
  86. };
  87. btn_10.onRelease = function()
  88. {
  89.    carrega_titol("DISTRIBUIDORES");
  90.    loadText_old("text/10distribuidor.txt");
  91.    _root.btn_tap._y = _root.btn_10._y;
  92. };
  93. loadText_old("text/01bancos.txt");
  94. carrega_titol("BANCOS DE IM├üGENES");
  95.